home *** CD-ROM | disk | FTP | other *** search
/ Adventure Games / Adventure Games 1.iso / panic / panic.exe / panic.DXR / 00291.ls < prev    next >
Encoding:
Text File  |  1995-08-24  |  173 b   |  10 lines

  1. on mouseDown
  2.   if legalButton(the clickOn) then
  3.     puppetTransition(6, 2, 8)
  4.     go("LF0")
  5.     puppetTransition(5, 2, 8)
  6.     go("LF2")
  7.     puppetTransition(0)
  8.   end if
  9. end
  10.